Breaking Changes

On this page:

Adapter Mongo

BREAKING CHANGE for 2020.1 -> 2020.2

The following are breaking changes for the 2020.2 release.

Removal of Adapter-Mongo

To better support the use of MongoDB in the workflow, adapter-mongo was deprecated and removed, and replaced with adapter-db_mongo, an open-sourced adapter. The dbManager is preferred for source code, and adapter-db_mongo is how you access MongoDB from a workflow.

As a result of this removal, customers will need to instantiate their database connections for custom applications. Custom applications can continue to use MongoDB, although it is no longer required.

  • Adapter-mongo is currently instantiating connections by using the MongoDB node.js module in version 3.5.7.
  • For your applications to continue working as before, use driver version 3.5.7 to establish a database connection.
  • To use MongoDB 3.6 or higher, use the latest version of the MongoDB node driver.